projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b5077
)
(struct face_cache): Add member
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 22 Aug 2001 09:43:40 +0000
(09:43 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 22 Aug 2001 09:43:40 +0000
(09:43 +0000)
menu_face_changed_p.
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 6cd033745d481e0e58b29d87577e87eb4133c519..d3f024e81c9ab9da382861e6ec6e1ef5dadbd44c 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1375,6
+1375,10
@@
struct face_cache
/* The allocated size, and number of used slots of faces_by_id. */
int size, used;
+
+ /* Flag indicating that attributes of the `menu' face have been
+ changed. */
+ unsigned menu_face_changed_p : 1;
};